ThreePatch

Undocumented in source.

Constructors

this
this(string texturePath, ThreePatchOrientation orientation)
Undocumented in source.
this
this(IHipTexture texture, int width, int height, ThreePatchOrientation orientation)
Undocumented in source.

Members

Functions

build
void build()
Undocumented in source. Be warned that the author may not have intended to support it.
getOrientation
ThreePatchOrientation getOrientation()
Undocumented in source. Be warned that the author may not have intended to support it.
getVertices
HipSpriteVertex[4 * 3] getVertices()
Undocumented in source. Be warned that the author may not have intended to support it.
setOrientation
void setOrientation(ThreePatchOrientation ori)
Undocumented in source. Be warned that the author may not have intended to support it.
setPosition
void setPosition(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
setSize
void setSize(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
updatePosition
void updatePosition()
height
int height;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

inferredOrientation
ThreePatchOrientation inferredOrientation;
Undocumented in source.
orientation
ThreePatchOrientation orientation;
Undocumented in source.
sprites
HipSprite[3] sprites;
Undocumented in source.
vertices
HipSpriteVertex[4 * 3] vertices;
Undocumented in source.
width
int width;
Undocumented in source.
x
int x;
y
int y;
Undocumented in source.

Meta